home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
00586_Script_ALLEY Skippy Go To
< prev
next >
Wrap
Text File
|
1995-05-21
|
862b
|
39 lines
on mouseDown
put "GoTo" into f
put "GoToHL" into fHL
puppetSound "button.aif"
hiliter 23, f, fHL
end
on mouseUp
global gTheDay, theMovieName, payoffStart, payoffEnd,¼
whichPayOff, whichBuyer, gDayOrNight, whoIsIt, theStopFrame, thePayEnd
puppetsprite 48, false
turnOffDaycons
WhatDayIsIt
if gDayOrNight = "D" then
put "NoBuyers" into whichBuyer
put "SKDDKAL.MOV" into theMovieName
put "PayOff" into whichPayOff
end if
if gDayOrNight = "N" then
put "SkippyPayCont" into whichBuyer
put "SKNDKAL.MOV" into theMovieName
put "BribePayOff" into whichPayOff
set whoIsIt = "Skippy"
set theStopFrame = 538
set thePayEnd = 686
end if
set payoffStart = 0
set payoffEnd = 0
set the castNum of sprite 23 = cast "GoTo"
updatestage
richOrPoor
end